home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.2 KB | 35 lines | [TEXT/GEOL] |
- Item 7669659 21-Jan-88 12:27
-
- From: D0830 Data Translation, Dev, R Burger
-
- To: MACDTS Macintosh Developer Technical Supt.
-
- cc: MACAPP$ MacApp Interest List
- GIRAND1 Girand, Laurie
-
- Sub: Dynamic Windows
-
- This may be a simple question, but I’ll ask it anyway
- since I am not clear about the solution.
-
- Our documents have bounding rectangles associated with them
- which differ from one to another. In essence, there is an
- fBounds field of type Rect maintained in our TYourDocument
- object class which is read in as part of the document data.
-
- We are unclear as to how to bring up the document in a window
- which is dynamically sized to fit the document’s fBounds. We
- would like the window to fit the document, if possible, or a
- smaller area if the screen is too small. We would also like
- to stagger windows onto the screen. We are currently using
- SimpleStagger with a fixed window resource size, but this is
- obviously insufficient to support dynamic window sizing.
-
- What should we do?
-
-
- Roberto Sierra
- Data Translation, Inc.
-
-
-